한국어
현재 라이선스 메트릭을 반환합니다.
cURL
curl --request GET \ --url https://your_a2_service/license/metric \ --header 'Authorization: Bearer <token>'
{ "features": { "analytic": [ "advertiser" ], "campaign": [ "impression" ], "creative": [ "display" ], "media_library": [ "local" ], "name": "<string>", "notification": [ "adm" ] }, "info": { "customer_id": "<string>", "expiry_date": "<string>", "license_type": "<string>" }, "limit": { "campaign.analystics.days": 30 }, "quota": { "api.monthly_requests": 1000000, "placement.count": 10 }, "used": { "api.monthly_requests": 100, "placement.count": 1 } }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
라이센스 리소스 상태
이 페이지가 도움이 되었나요?